A. After the webform loads
B. Before Page_init event of web form
C. After the page_init event of webform
D. None of the above
Advertisement
Related Mcqs:
- ______________ element in the web.config file to run code using the permissions of a specific user?
- A. element B. element C. element D. element...
- The type of code found in Code-Behind class is __________________?
- A. Client-side code B. Server-side code C. Both A and B D. None of these...
- ____________ tests make sure that new code does not break existing code?
- A. Integration tests B. Regression tests C. Load test D. Unit tests...
- If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
- A. CompareValidator B. DataList C. Listview D. GridView...
- Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
- A. To create a customized control that needs to display data in a tabular fashion B. To create and populate a Table in Design view C. To create and populate a Table with images D. To display a tabular result set...
- Custom Controls are derived from which of the classes_________________?
- A. Website B. WebForm C. Webfarm D. None of the above...
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- Which of these data source controls do not implement Caching ?
- A. LinqDataSource B. XmlDataSource C. SqlDataSource D. ObjectDataSource...
- Which of the following denote New Data-bound Controls used with ASP.NET ?
- A. SqlDataSource B. FormView C. GridView D. All of the above...
- How do you explicitly kill a user session ?
- A. Session.Exit B. Session.Close( ) C. Session.Discard( ) D. Session.Abandon...
Advertisement